Skip to content

ecdsa v0.8.0#166

Merged
tarcieri merged 1 commit into
masterfrom
ecdsa/v0.8.0
Sep 11, 2020
Merged

ecdsa v0.8.0#166
tarcieri merged 1 commit into
masterfrom
ecdsa/v0.8.0

Conversation

@tarcieri

Copy link
Copy Markdown
Member

Added

  • CheckSignatureBytes trait (#151)
  • Add Signature::r/::s methods which return NonZeroScalarvalues (#151)
  • alloc feature (#150)
  • Impl From<&VerifyKey<C>> for EncodedPoint<C> (#144)
  • Serialization methods for SigningKey/VerifyKey (#143)
  • RFC6979-based deterministic signatures (#133, #134, #136)

Changed

  • Bump elliptic-curve crate dependency to v0.6 (#165)
  • Use ProjectiveArithmetic trait (#164)
  • Rename ElementBytes to FieldBytes (#160)
  • Use ff and group crates to v0.8 (#156)
  • MSRV 1.44+ (#156)
  • Remove rand feature; make rand_core a hard dependency (#154)
  • Use impl Into<ElementBytes> bounds on Signature::from_scalars (#149)
  • Derive Clone, Debug, Eq, and Ord on VerifyKey (#148)
  • Renamed {Signer, Verifier} => {SigningKey, VerifyKey} (#140)
  • Use newly refactored sec1::EncodedPoint (#131)

Removed

  • Generate trait (#159)
  • RecoverableSignPrimitive (#146)

@codecov-commenter

codecov-commenter commented Sep 11, 2020

Copy link
Copy Markdown

Codecov Report

Merging #166 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #166   +/-   ##
=======================================
  Coverage   49.54%   49.54%           
=======================================
  Files           7        7           
  Lines         436      436           
=======================================
  Hits          216      216           
  Misses        220      220           
Impacted Files Coverage Δ
ecdsa/src/lib.rs 44.06% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 61f078c...e5b89ba. Read the comment docs.

@tarcieri tarcieri merged commit 886a9d4 into master Sep 11, 2020
@tarcieri tarcieri deleted the ecdsa/v0.8.0 branch September 11, 2020 20:54
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Sep 11, 2020
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants